home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14167 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.ichange.com!newsmaster
  2. From: Jesse Liberty <jl@staff.ichange.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: NEWBIE : Quicksort
  5. Date: Thu, 28 Mar 1996 14:56:16 -0500
  6. Organization: AT&T
  7. Message-ID: <315AEEE0.3036@staff.ichange.com>
  8. References: <Pine.SOL.3.91.960324135520.8433A-100000@orion> <4j4ruf$gf4@news1.h1.usa.pipeline.com> <Pine.SOL.3.91.960325221334.202B-100000@orion> <3159337A.2DB5@staff.ichange.com> <Pine.SOL.3.91.960327094540.12900A-100000@orion>
  9. NNTP-Posting-Host: 140.244.99.60
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win95; I)
  14. CC: jl@staff.ichange.com
  15.  
  16. FRANCO wrote:
  17. > Thanks for the insight! Now, can I do it without using template(s)?
  18.  
  19. Just about anything done with templates can be done without; substitute your type for the T and get rid of the template 
  20. declarations.
  21.  
  22. -j 
  23. ------
  24. Jesse Liberty [AT&T New Media Services]
  25. jl@staff.ichange.com    ZDNet: 72241,72
  26. Teach Yourself C++ In 21 Days. Sams 1994
  27. Teach Yourself MORE C++ In 21 Days. Sams 1996
  28. Teach Yourself ANSI C++ In 21 Days. Sams 1996
  29. C++: An Introduction To Programming. Que 1996
  30.